MongoDB Connection.md
Description
MongoDB Client Connection Environment entries are used to declare the parameters for the connection to a Mongo DB.
Purpose of object
It is used by all Mongo DB Adapters.
| Parameter | Description |
|---|---|
| Hostname | Hostname or IP address of the MongoDB server. |
| Port | Port used by the MongoDB server. |
| Databasename | Name of the database. |
| Username | Username used to authenticate against the database. |
| Password | Password used to authenticate against the database. |